home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-rdflib / copyright
Encoding:
Text File  |  2010-01-25  |  9.1 KB  |  225 lines

  1. This package was debianized by Nacho Barrientos Arias <chipi@criptonita.com> 
  2. on Wed, 15 Dec 2006 01:13:15 +0100.
  3.  
  4. It was downloaded from http://rdflib.net/
  5.  
  6. Main upstream author: Daniel Krech <eikeon@eikeon.com>
  7.  
  8. Copyright holders and contributors: 
  9.   
  10.     Copyright 2002-2009:
  11.  
  12.   Sean B. Palmer, <http://inamidst.com> 
  13.    {n3p.py, n3proc.py, ntriples.py, tests/rdfdiff.py, tests/ntriples.py}
  14.   Elias Torres, <elias@torrez.us>
  15.    {parsers/RDFaParser.py, parsers/RDFXMLHandler.py}
  16.   Michel Pelletier, 
  17.    {store/IOMemory.py, store/ZODB.py}
  18.   Stefan Niederhauser,
  19.    {store/IOMemory.py}
  20.   Ivan Herman, <http://www.ivan-herman.net>
  21.    {sparql/, tests/sparql/}
  22.   Shawn Brown, <http://shawnbrown.com/contact>
  23.    {sparql/parser.py}
  24.   Kendall Clark, <http://clark.dallas.tx.us/kendall/>
  25.    {syntax/serializers/NTSerializer.py}
  26.   Chimezie Ogbuji, <chimezie@gmail.com>
  27.    {rdflib_tools/RDFPipe.py, src/bison/SPARQL.bgen}
  28.   Intel Corporation, <http://www.intel.com>
  29.    {rdflib/store/PostgreSQL.py}
  30.   Daniel Krech, <eikeon@eikeon.com>
  31.    {rest of files}
  32.  
  33. Note: syntax/parsers/n3p/n3p.py is derived from:
  34.    http://www.w3.org/2000/10/swap/grammar/predictiveParser.py
  35.    - predictiveParser.py, Tim Berners-Lee, 2004
  36.  
  37.  
  38. License (see exceptions below):
  39. *******************************
  40.  
  41.  Redistribution and use in source and binary forms, with or without
  42.  modification, are permitted provided that the following conditions are
  43.  met:
  44.  
  45.    * Redistributions of source code must retain the above copyright
  46.  notice, this list of conditions and the following disclaimer.
  47.  
  48.    * Redistributions in binary form must reproduce the above
  49.  copyright notice, this list of conditions and the following
  50.  disclaimer in the documentation and/or other materials provided
  51.  with the distribution.
  52.  
  53.    * Neither the name of Daniel Krech nor the names of its
  54.  contributors may be used to endorse or promote products derived
  55.  from this software without specific prior written permission.
  56.  
  57.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  58.  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  59.  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  60.  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  61.  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  62.  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  63.  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  64.  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  65.  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  66.  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  67.  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  68.  
  69. Exceptions:
  70. ***********
  71.  
  72. rdflib/syntax/parsers/n3p/{n3p,n3proc}.py:
  73. ------------------------------------------
  74.  
  75.  Licensed under the GPLv2 or the W3C Software License:
  76.  
  77.   GPLv2
  78.   -----
  79.  
  80.    This program is free software; you can redistribute it and/or
  81.    modify it under the terms of the GNU General Public License
  82.    as published by the Free Software Foundation; either version 2
  83.    of the License, or any later version.
  84.  
  85.    This program is distributed in the hope that it will be useful,
  86.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  87.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  88.    GNU General Public License for more details.
  89.  
  90.   On Debian GNU/Linux systems, the complete text of the GNU General
  91.   Public License can be found in `/usr/share/common-licenses/GPL'
  92.  
  93.  
  94.   W3C Software License
  95.   --------------------
  96.  
  97.   Can be found at http://www.w3.org/Consortium/Legal/copyright-software
  98.   and is reproduced below:
  99.  
  100.                     W3C ┬« SOFTWARE NOTICE AND LICENSE
  101.  
  102.    This work (and included software, documentation such as READMEs, or
  103.    other related items) is being provided by the copyright holders under
  104.    the following license. By obtaining, using and/or copying this work,
  105.    you (the licensee) agree that you have read, understood, and will
  106.    comply with the following terms and conditions.
  107.  
  108.    Permission to copy, modify, and distribute this software and its
  109.    documentation, with or without modification, for any purpose and
  110.    without fee or royalty is hereby granted, provided that you include
  111.    the following on ALL copies of the software and documentation or
  112.    portions thereof, including modifications:
  113.     1. The full text of this NOTICE in a location viewable to users of
  114.        the redistributed or derivative work.
  115.     2. Any pre-existing intellectual property disclaimers, notices, or
  116.        terms and conditions. If none exist, the [2]W3C Software Short
  117.        Notice should be included (hypertext is preferred, text is
  118.        permitted) within the body of any redistributed or derivative
  119.        code.
  120.     3. Notice of any changes or modifications to the files, including the
  121.        date changes were made. (We recommend you provide URIs to the
  122.        location from which the code is derived.)
  123.  
  124.    THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
  125.    HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
  126.    INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
  127.    FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
  128.    DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
  129.    TRADEMARKS OR OTHER RIGHTS.
  130.  
  131.    COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
  132.    OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
  133.    DOCUMENTATION.
  134.  
  135.    The name and trademarks of copyright holders may NOT be used in
  136.    advertising or publicity pertaining to the software without specific,
  137.    written prior permission. Title to copyright in this software and any
  138.    associated documentation will at all times remain with copyright
  139.    holders.
  140.  
  141.    ____________________________________
  142.  
  143.    This formulation of W3C's notice and license became active on December
  144.    31 2002. This version removes the copyright ownership notice such that
  145.    this license can be used with materials other than those owned by the
  146.    W3C, reflects that ERCIM is now a host of the W3C, includes references
  147.    to this specific dated version of the license, and removes the
  148.    ambiguous grant of "use". Otherwise, this version is the same as the
  149.    [3]previous version and is written so as to preserve the [4]Free
  150.    Software Foundation's assessment of GPL compatibility and [5]OSI's
  151.    certification under the [6]Open Source Definition. Please see our
  152.    [7]Copyright FAQ for common questions about using materials from our
  153.    site, including specific terms and conditions for packages like
  154.    libwww, Amaya, and Jigsaw. Other questions about this notice can be
  155.    directed to [8]site-policy@w3.org.
  156.  
  157.  
  158.     Joseph Reagle <[9]site-policy@w3.org>
  159.  
  160.    Last revised $Id: copyright-software-20021231.html,v 1.11 2004/07/06
  161.    16:02:49 slesch Exp $
  162.  
  163.  References
  164.  
  165.    1. http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
  166.    2. http://www.w3.org/Consortium/Legal/2002/copyright-software-short-notice-20021231.html
  167.    3. http://www.w3.org/Consortium/Legal/copyright-software-19980720
  168.    4. http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses
  169.    5. http://www.opensource.org/licenses/W3C.php
  170.    6. http://www.opensource.org/docs/definition.php
  171.    7. http://www.w3.org/Consortium/Legal/IPR-FAQ
  172.    8. mailto:site-policy@w3.org
  173.    9. mailto:site-policy@w3.org
  174.  
  175. rdflib/syntax/parsers/ntriples.py:
  176. ----------------------------------
  177.  
  178.  Licensed under the GPL 2, W3C Software License, BSD, or MIT, see above and:
  179.  
  180.   MIT
  181.   ---
  182.     
  183.    Permission is hereby granted, free of charge, to any person obtaining a
  184.    copy of this software and associated documentation files (the "Software"),
  185.    to deal in the Software without restriction, including without limitation
  186.    the rights to use, copy, modify, merge, publish, distribute, sublicense,
  187.    and/or sell copies of the Software, and to permit persons to whom the
  188.    Software is furnished to do so, subject to the following conditions:
  189.  
  190.    The above copyright notice and this permission notice shall be included
  191.    in all copies or substantial portions of the Software.
  192.  
  193.    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  194.    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  195.    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  196.    THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  197.    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  198.    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  199.    OTHER DEALINGS IN THE SOFTWARE.
  200.  
  201.    Except as contained in this notice, the name(s) of the above copyright
  202.    holders shall not be used in advertising or otherwise to promote the
  203.    sale, use or other dealings in this Software without prior written
  204.    authorization.
  205.  
  206. rdflib/sparql/:
  207. ---------------
  208.  
  209.  Licensed under the W3C Software License, see above.
  210.  
  211. test/ntriples.py:
  212. -----------------
  213.  
  214.  Licensed under the GPL 2, see above.
  215.  
  216. test/rdfa:
  217. ----------
  218.  
  219.  License statements included in some files of this directory (000006, 000010
  220.  000021) are only written for testing purposes.
  221.  
  222.  
  223. The Debian packaging is (C) 2006-2009, Nacho Barrientos Arias 
  224. <nacho@debian.org> and is licensed under the GPL, see above.
  225.